@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype'),
        url('../font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 35px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: #bf6464 2px dashed !important;
    background-color: #fdfbfb !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

label.error {
    color: #bf6464;
    padding-top: 5px;
    display: block;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #c1232c !important;
    background-color: #c1232c;
    color: #fff;
}

.float-right {
    float: right;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.color-primary {
    color: #c1232c;
}

.text-primary {
    color: #c1232c;
}

.text-warning {
    color: #ffa367;
}

.text-danger {
    color: #c1232c;
}

.text-info {
    color: #aaa;
}

.text-success {
    color: #323232;
}

.text-default {
    color: #f5f6f8;
}

.text-bai {
    color: #fff;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #c1232c !important;
    background-color: #c1232c !important;
    color: #fff;
}

.line1 {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line4 {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line5 {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

body {
    color: #323232;
    font-family: '微软雅黑';
    font-size: 16px;
}

a {
    color: #323232;
}

a:hover {
    color: #d30014;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-190 {
    padding-top: 190px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-190 {
    padding-bottom: 190px;
}

.padding-left-40 {
    padding-left: 40px;
}

.layui-btn {
    background-color: #c1232c;
}

.layui-btn-primary {
    background-color: #fff;
}

.layui-btn-warm {
    background-color: #FFB800;
}

.alert {
    padding: 10px;
    color: #fff;
    overflow: hidden;
    border-radius: 3px;
}

.alert.alert-danger {
    background: #ffa367;
}

.alert.alert-info {
    background: #aaa;
}

.alert.alert-success {
    background: #323232;
}

.alert.alert-primary {
    background: #c1232c;
}

.alert .close {
    float: right;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
}

.strong {
    font-weight: bold;
}



#scrolltop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
}

#scrolltop .layui-icon {
    font-size: 42px;
    color: #c1232c;
    cursor: pointer;
}

.img-responsive {
    width: 100%;
    display: block;
}

.hfade {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.layui-fluid {
    padding: 0;
}

#up_banner {
    height: 300px;
}

#up_banner h2 {
    padding-top: 80px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

#up_banner h3 {
    color: #fff;
}

#up_banner h3 a {
    color: #fff;
}

.leftmenu {
    background: #fff;
    margin-top: -73px;
    padding: 20px;
    box-sizing: border-box;
}

.leftmenu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
}

.leftmenu li a span {
    float: right;
    color: #c1c1c1;
    font-size: 14px;
}

.leftmenu li a:hover,
.leftmenu li.on a {
    color: #fff;
    background: #406bd8;
}

.leftmenu li .sub a {
    background: none;
    color: #2c2c2c;
    font-size: 15px;
    padding-left: 40px;
}

.leftmenu li .sub a.on {
    color: #fff;
    background: #406bd8;
}




/* ---------------------------------- */










.page_detail {
    padding: 20px;
    background: #fff;
    margin-top: 20px;
}

.detail_box,
.detail_box p {
    line-height: 2.5em;
    font-size: 16px;
}

.detail_box p img {
    max-width: 100%;
    height: auto !important;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
}

.pagination li a {
    display: inline-block;
    background: #aaa;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: All 0.8s ease-in;
    -webkit-transition: All 0.8s ease-in;
    -moz-transition: All 0.8s ease-in;
    -o-transition: All 0.8s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #406bd8;
}

.textlist {}

.textlist li {
    background: #fff;
    margin-bottom: 20px;
    height: 160px;
    overflow: hidden;
}

.textlist li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.textlist li .shijian {
    width: 160px;
    flex: none;
    text-align: center;
    box-sizing: border-box;
    padding-top: 25px;
}

.textlist li .pic {
    width: 285px;
    flex: none;
}

.textlist li .pic a {
    display: block;
    width: 100%;
}

.textlist li .textbox {
    padding: 30px;
}

.textlist li .shijian {
    height: 160px;
}

.textlist li .shijian .ri {
    font-size: 36px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.textlist li .shijian .ri::after {
    content: '';
    width: 74px;
    height: 1px;
    background: #d4d4d4;
    position: absolute;
    left: 50%;
    margin-left: -37px;
    bottom: 0;
}

.textlist li .shijian .nian,
.textlist li .shijian .yue {
    font-size: 16px;
    text-transform: Capitalize;
}

.textlist li .textbox .text1 a {
    font-size: 18px;
    font-weight: bold;
    height: 24px;
}

.textlist li .textbox .text2 {
    line-height: 2em;
    color: #ababab;
    height: 56px;
}

.textlist li:hover .shijian {
    background: #0062b2;
    color: #fff;
}

.textlist li:hover a {
    color: #0062b2;
}

.piclist {
    overflow: hidden;
}

.piclist li a {
    display: block;
    background: #fff;
    padding: 20px;
    text-align: center;
}

.piclist li a .title {
    height: 19px;
}

.subnav .layui-tab-title1 {
    border: none;
}

.subnav .layui-tab-title1 li {
    margin-right: 10px;
    padding: 0 0 10px;
    display: inline-block;
}

.subnav .layui-tab-title1 li:nth-child(6n) {
    margin-right: 0;
}

.subnav .layui-tab-title1 li a {
    display: block;
    background: #3e3e3e;
    color: #fff;
    line-height: 40px;
    width: 185px;
    text-align: center;
}

.subnav .layui-tab-title1 li a:hover,
.subnav .layui-tab-title1 li.on a {
    background: #406bd8;
    color: #fff;
}

.detail_box .col-title {
    font-size: 24px;
}

.detail_box .col-att {
    background: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    color: #c6c6c6;
}

.pager li a {
    color: #c9c9c9;
}

.pager li.next {
    text-align: right;
}

.up-contentnav a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 260px;
}

.up-contentnav.up-gszz a {
    padding-left: 0;
    padding-right: 260px;
    color: #fff;
}

.up-contentnav .ico {
    margin-right: 25px;
}

.up-contentnav .iconfont {
    font-size: 70px;
    line-height: 70px;
}

.up-contentnav .cn {
    font-size: 24px;
    font-weight: bold;
}

.up-contentnav .en {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
}

.up-gszz {
    background: #406bd8;
}

.up_column {
    text-align: center;
}

.up_column a {
    display: inline-block;
    position: relative;
    min-width: 200px;
    height: 60px;
}

.up_column .cn {
    width: 100%;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
}

.up_column .en {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: bold;
}

.up_fzlcbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;

}

.up_fzlcbox .hd {
    background: #fff;
    width: 70px;
}

.up_fzlcbox .hd li a {
    display: block;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
    cursor: pointer;
}

.up_fzlcbox .hd li a::after {
    content: '';
    width: 5px;
    height: 15px;
    background: url(../images/ico1.png) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: -5px;
    display: none;
}

.up_fzlcbox .hd li a:hover,
.up_fzlcbox .hd li.on a {
    background: #406bd8;
    color: #fff;
}

.up_fzlcbox .hd li.on a:after {
    display: block;
}

.up_fzlcbox .hd li a:hover::after {
    display: block;
}

.up_fzlcbox .bd {
    max-height: 800px;
    background: url(../images/ico2.png) repeat-y 115px 0;
    overflow-y: scroll;
    width: 100%;
}

.up_fzlcbox .bd::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.up_fzlcbox .bd::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.up_fzlcbox .bd::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #406bd8;
}

.up_fzlcbox .bd .name {
    padding-left: 150px;
    font-size: 30px;
    color: #406bd8;
    font-style: italic;
    position: relative;
}

.up_fzlcbox .bd .name::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 4px solid #406bd8;
    border-radius: 100%;
    position: absolute;
    left: 108px;
    top: 50%;
    margin-top: -8px;
    box-sizing: border-box;
    background: #f7f7f7;
}

.up_fzlcbox .bd .text {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.up_fzlcbox .bd .text .month {
    text-align: right;
    padding: 12px 0;
    line-height: 2em;
    position: relative;
    font-size: 16px;
    flex: none;
    width: 75px;
    color: #f7f7ff;
}

.up_fzlcbox .bd .text .month::after {
    content: '';
    width: 12px;
    height: 2px;
    background: #406bd8;
    position: absolute;
    right: -47px;
    top: 28px;
}

.up_fzlcbox .bd .text .title {
    padding-left: 75px;
    width: 100%;
    padding-right: 5px;
}

.up_fzlcbox .bd .text .title a {
    display: block;
    background: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    line-height: 2em;
}

.fmzl_slide .title {
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}

.fmzl_slide a {
    display: block;
}

.fmzl_slide a:hover {
    background: #3150a2;
    color: #fff;
}

.fmzl_slide .pic {
    border: 1px solid #eee;
    box-sizing: border-box;
}

.gsxw_slide a {
    display: inline-block;
    position: relative;
    width: 100%;
}

.gsxw_slide .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-image: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, .8));
    padding: 30px;
    color: #fff;
}

.gsxw_slide .text .title {
    font-size: 24px;
    font-weight: bold;
    height: 30px;
}

.gsxw_slide .text .desc {
    height: 20px;
}

.gsxw_slide .swiper-button-next,
.gsxw_slide .swiper-button-prev {
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.gsxw_slide .swiper-button-next:after,
.gsxw_slide .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.gsxw_list li .pic {
    display: none;
}

.gsxw_list li .desc {
    display: none;
}

.gsxw_list li.li1 {
    margin-bottom: 30px;
}

.gsxw_list li.li1 .pic {
    display: block;
}

.gsxw_list li.li1 .desc {
    display: block;
}

.gsxw_list li.li1 a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gsxw_list li.li1 .pic {
    width: 200px;
    margin-right: 20px;
    flex: none;
}

.gsxw_list li.li1 .title {
    font-size: 18px;
    font-weight: bold;
    padding-left: 0;
    height: auto;
    line-height: normal;
    height: 24px;
}

.gsxw_list li.li1 .desc {
    opacity: 0.5;
    line-height: 2em;
    font-size: 14px;

}

.gsxw_list li.li1 .desc span {
    height: 56px;
}

.gsxw_list li.li1 .title::before {
    display: none;
}

.gsxw_list li.li1 .title {
    padding-left: 0;
}

.gsxw_list li.li1 .text {
    width: 465px;
}

.gsxw_list li .title {
    position: relative;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.gsxw_list li .title::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    background: #3150a2;
}

.jtyw_slide {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.jtyw_slide .swiper-slide {
    height: 45%;
}

.jtyw_slide .swiper-slide a {
    display: flex;
    align-items: center;
    grid-template-columns: 40% 60%;
}

.jtyw_slide .swiper-slide .img {
    flex: none;
    width: 40%;
}

.jtyw_slide .swiper-slide .text {
    padding-left: 30px;
}

.jtyw_slide .swiper-slide .title {
    font-weight: bold;
    font-size: 18px;
    height: 24px;
}

.jtyw_slide .swiper-slide .desc {
    opacity: 0.5;
    line-height: 2em;
    height: 56px;
}

.jtyw_slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.gsgg_slide .swiper-slide a {
    grid-template-columns: 70px auto;
}

.gsgg_slide .swiper-slide .text {
    padding-left: 20px;
}

.gsgg_slide .shijian {
    background: #fff;
    text-align: center;
    flex: none;
    width: 70px;
}

.gsgg_slide {
    height: 250px;
}

.gsgg_slide .swiper-slide {
    height: 95px;
    overflow: hidden;
}

.gsgg_slide .shijian .ri {
    font-size: 24px;
    padding: 8px 0;
}

.gsgg_slide .shijian .nianyue {
    background: #406bd8;
    color: #fff;
    font-size: 12px;
    padding: 8px 0;
}

.hydt_slide {}

.hydt_slide a {
    display: inline-block;
    position: relative;
}

.hydt_slide .shijian {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(64, 107, 216, 0.7);
    color: #fff;
    text-align: center;
    padding: 20px;
}

.hydt_slide .shijian .ri {
    font-size: 30px;
}

.hydt_slide .title {
    font-size: 18px;
    font-weight: bold;
    height: 24px;
}

.hydt_slide .swiper-slide .desc {
    opacity: 0.5;
    line-height: 2em;
    height: 56px;
}

.hydt_slide .swiper-slide .more {
    display: inline-block;
    border: 1px solid #cbcbcb;
    text-align: center;
    padding: 10px 50px;
    text-transform: uppercase;
    color: rgba(100, 100, 100, 0.5);
}

.clearfix2 {
    zoom: 1;
}

.clearfix2::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix2::before {
    display: table;
    content: " ";
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 手机导航 */
.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #001eb4;
}

.mc_ph_hd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 64px;
    background-color: #fff;
}

.mc_ph_navbar {
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.mc_language_ph a {
    line-height: 64px;
    color: #333;
    margin-right: 15px;
}

.mc_ph_nav_r .mc_ph_language a {
    line-height: 64px;
    margin-right: 20px;
    color: #333;
}

.mc_ph_hd .mc_ph_logo a {
    line-height: 64px;
}

.mc_ph_hd .mc_ph_logo {
    width: 165px;
}

.mc_ph_logo img {
    width: auto !important;
    height: 55px !important;
}

.mc_ph_menu {
    overflow: hidden;
    width: 26px;
    height: 50px;
}

.mc_ph_hd .mc_phmenubox {
    width: 26px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 22px;
    margin-top: 15px;
    transform: translateX(-3px);
}

.mc_ph_hd .mc_phmenubox .point .nav_btn,
.mc_ph_hd .mc_phmenubox .point .nav_btn::after,
.mc_ph_hd .mc_phmenubox .point .nav_btn::before {
    display: inline-block;
    width: 26px;
    height: 1px;
    background-color: #333;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
    position: absolute;
    top: 8px;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after,
.mc_ph_hd .mc_phmenubox .nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_ph_hd .mc_phmenubox .nav_btn::after {
    top: -8px;
}

.mc_ph_hd .mc_phmenubox .nav_btn::before {
    top: 8px;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn {
    background: transparent;
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mc_ph_hd .mc_phmenubox .point.active .nav_btn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mc_ph_navbar {
    position: relative;
    z-index: 999;
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 998;
    /* transform: translateX(-50%); */
    /* padding: 0 15px; */
    background-color: #fff;
    max-height: calc(100vh - 64px);
    overflow: auto;
}

.xialaph {
    display: none;
    width: 100%;
    background-color: #fff;
    font-family: '微软雅黑';
    height: calc(100vh - 64px);
    padding: 10px 0;
}

.xialaph h4 {
    position: relative;
    padding: 0 20px;
    font-size: 16px;
}

.xialaph h4::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h4 a {
    font-size: 18px;
    line-height: 46px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #f7f8fa;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 20px;
}

.xialaph .ul1 {}


.img_s {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999;
    transition: all .36s;
}

/* .xialaph h5 a{
    color: #fff;
}

.xialaph .ul2 .img_s{
    color: #fff;
} */

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 35px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph h5.active .img_s {
    transform: rotate(180deg);
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph_bot {
    margin: 20px 0;
    text-align: right;
    padding: 0 20px;
    font-size: 0;
}

.xialaph_bot>div {
    display: inline-block;
    margin-left: 15px;
}

.mc_ph_search a,
.mc_ph_language a {
    font-size: 16px;
    color: #666;
    line-height: 18px;
}

.mc_ph_search a i,
.mc_ph_search a em {
    font-size: 18px;
    color: #001eb4;
}

.mc_ph_search a,
.mc_ph_language a {
    color: #001eb4;
}

.xialaph_bot>div {
    margin: 0 8px;
}

.xialaph_bot {
    text-align: center !important;
}

.ul1 {
    min-height: calc(100% - 60px);
}

.topbox {
    background: #333;
    color: #fff;
    line-height: 50px;

}

.topbox .layui-col-md6 {
    font-size: 18px;
}

.topbox .iconfont {
    font-size: 16px;
}

.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}

.search_list .item .text {
    text-align: center;
    background: #f8f8f8;
    line-height: 2em;
}

.search_list .item .text1 {
    color: #c1232c;
}

.search_list .item:hover .text {
    background: #e7dbdb;
    color: #fff;
}

.search_list .item:hover .text1 {
    color: #fff;
}

.myclass video {
    width: 100%;
}

.myclass.layui-layer-page .layui-layer-content {
    overflow: hidden;
}

.himg .pic {
    overflow: hidden;
}

.himg img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.himg:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

@-webkit-keyframes beacon {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 28, 0.6);
        -moz-box-shadow: 0 0 0 0 rgba(233, 30, 28, 0.6);
        box-shadow: 0 0 0 0 rgba(233, 30, 28, 0.6);
    }

    100% {
        -webkit-box-shadow: 0 0 0 4rem transparent;
        -moz-box-shadow: 0 0 0 4rem transparent;
        box-shadow: 0 0 0 4rem transparent;
    }
}

@-webkit-keyframes beacon1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 30, 28, 0.3);
        -moz-box-shadow: 0 0 0 0 rgba(233, 30, 28, 0.3);
        box-shadow: 0 0 0 0 rgba(233, 30, 28, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 6rem transparent;
        -moz-box-shadow: 0 0 0 6rem transparent;
        box-shadow: 0 0 0 6rem transparent;
    }
}

@-webkit-keyframes beacon2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 94, 14, 0.1);
        -moz-box-shadow: 0 0 0 0 rgba(254, 94, 14, 0.1);
        box-shadow: 0 0 0 0 rgba(254, 94, 14, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 8rem transparent;
        -moz-box-shadow: 0 0 0 8rem transparent;
        box-shadow: 0 0 0 8rem transparent;
    }
}

.xswl_map {
    position: relative;
}

.m4_2a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m4_2a ul {
    position: relative;
}

.m4_2a ul li {
    cursor: pointer;
    width: 2px;
    height: 2px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.m4_l1 {
    top: 455px;
    left: 210px;
    -webkit-animation: beacon 1s infinite linear;
    -o-animation: beacon 1s infinite linear;
    animation: beacon 1s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l3 {
    top: 455px;
    left: 210px;
    -webkit-animation: beacon1 1.5s infinite linear;
    -o-animation: beacon1 1.5s infinite linear;
    animation: beacon1 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l4 {
    top: 455px;
    left: 210px;
    -webkit-animation: beacon2 2s infinite linear;
    -o-animation: beacon2 2s infinite linear;
    animation: beacon2 2s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l2 {
    top: 328px;
    left: 222px;
    -webkit-animation: beacon 1s infinite linear;
    -o-animation: beacon 1s infinite linear;
    animation: beacon 1s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l5 {
    top: 328px;
    left: 222px;
    -webkit-animation: beacon1 1.5s infinite linear;
    -o-animation: beacon1 1.5s infinite linear;
    animation: beacon1 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l6 {
    top: 328px;
    left: 222px;
    -webkit-animation: beacon2 2s infinite linear;
    -o-animation: beacon2 2s infinite linear;
    animation: beacon2 2s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l7 {
    top: 335px;
    left: 410px;
    -webkit-animation: beacon 1s infinite linear;
    -o-animation: beacon 1s infinite linear;
    animation: beacon 1s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l8 {
    top: 335px;
    left: 410px;
    -webkit-animation: beacon1 1.5s infinite linear;
    -o-animation: beacon1 1.5s infinite linear;
    animation: beacon1 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l9 {
    top: 335px;
    left: 410px;
    -webkit-animation: beacon2 2s infinite linear;
    -o-animation: beacon2 2s infinite linear;
    animation: beacon2 2s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l10 {
    top: 410px;
    left: 408px;
    -webkit-animation: beacon 1s infinite linear;
    -o-animation: beacon 1s infinite linear;
    animation: beacon 1s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l11 {
    top: 410px;
    left: 408px;
    -webkit-animation: beacon1 1.5s infinite linear;
    -o-animation: beacon1 1.5s infinite linear;
    animation: beacon1 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l12 {
    top: 410px;
    left: 408px;
    -webkit-animation: beacon2 2s infinite linear;
    -o-animation: beacon2 2s infinite linear;
    animation: beacon2 2s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l13 {
    top: 410px;
    left: 570px;
    -webkit-animation: beacon 1s infinite linear;
    -o-animation: beacon 1s infinite linear;
    animation: beacon 1s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l14 {
    top: 410px;
    left: 570px;
    -webkit-animation: beacon1 1.5s infinite linear;
    -o-animation: beacon1 1.5s infinite linear;
    animation: beacon1 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l15 {
    top: 410px;
    left: 570px;
    -webkit-animation: beacon2 2s infinite linear;
    -o-animation: beacon2 2s infinite linear;
    animation: beacon2 2s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l16 {
    top: 440px;
    left: 610px;
    -webkit-animation: beacon 1s infinite linear;
    -o-animation: beacon 1s infinite linear;
    animation: beacon 1s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l17 {
    top: 440px;
    left: 610px;
    -webkit-animation: beacon1 1.5s infinite linear;
    -o-animation: beacon1 1.5s infinite linear;
    animation: beacon1 1.5s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.m4_l18 {
    top: 440px;
    left: 610px;
    -webkit-animation: beacon2 2s infinite linear;
    -o-animation: beacon2 2s infinite linear;
    animation: beacon2 2s infinite linear;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}